home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 2 / Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso / archives / amiga / tracker_4_31.lzh / tracker / Arch / Hpux / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-15  |  224 b   |  17 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for HP platform */
  6.  
  7. #define IS_POSIX
  8. #define USE_TERMIOS
  9. #define MALLOC_NOT_IN_STDLIB
  10.  
  11. #define stricmp    strcasecmp
  12.  
  13. typedef void *GENERIC;
  14.  
  15. #define P(args) args
  16. #define ID(x)
  17.